WRITE MEMBLOCK BYTE
This command will write a byte into the specified location of the memblock. The memblock must exist or the command will fail. The Position value is specified in bytes. The Byte value must be a value between 0 and 255. The parameters must be specified using integer values.

SYNTAX
WRITE MEMBLOCK BYTE Memblock Number, Position, Byte

RELATED INFO
MEMBLOCKS Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example